Benchmark hard drive
Reads
sudo hdparm -Tt /dev/sdX
Writes
cd /path/to/SSD
dd if=/dev/zero of=tempfile bs=1M count=50 conv=fdatasync,notrunc status=progress
https://wiki.archlinux.org/index.php/Benchmarking/Data_storage_devices
sudo hdparm -Tt /dev/sdX
cd /path/to/SSD
dd if=/dev/zero of=tempfile bs=1M count=50 conv=fdatasync,notrunc status=progress
https://wiki.archlinux.org/index.php/Benchmarking/Data_storage_devices